net/http.response.cancelCtx (field)

4 uses

	net/http (current package)
		server.go#L430: 	cancelCtx        context.CancelFunc // when ServeHTTP exits
		server.go#L1055: 		cancelCtx:     cancelCtx,
		server.go#L1911: 			inFlightResponse.cancelCtx()
		server.go#L2075: 		w.cancelCtx()